home *** CD-ROM | disk | FTP | other *** search
- /* Interface for PanelLoader.
-
- For legal stuff see the file COPYRIGHT. */
-
- #import <appkit/appkit.h>
-
- @interface PanelLoader: Object
- {
- id helpPanel;
- id infoPanel;
- id legalPanel;
- id prefPanel;
- }
-
- -showHelp: sender;
- -showInfo: sender;
- -showPref: sender;
-
- @end
-